home *** CD-ROM | disk | FTP | other *** search
- #define JH_REGISTER 1
- #define JH_SHUTDOWN 2
- #define JH_WRITE 3
- #define JH_SM 4
- #define JH_PM 5
- #define JH_HK 6
- #define JH_SG 7
- #define JH_SF 8
- #define JH_EF 9
- #define JH_CO 10
- #define JH_BBSName 11
- #define JH_Sysop 12
- #define JH_FLAGFILE 13
- #define JH_SHOWFLAGS 14
- #define JH_DL 15
- /**************************** GET/SET Values from System ***********************/
-
- #define DT_NAME 100
- #define DT_PASSWORD 101
- #define DT_LOCATION 102
- #define DT_PHONENUMBER 103
- #define DT_SLOTNUMBER 104
- #define DT_SECSTATUS 105
- #define DT_SECBOARD 106
- #define DT_SECLIBRARY 107
- #define DT_SECBULLETIN 108
- #define DT_MESSAGESPOSTED 109
- #define DT_UPLOADS 110
- #define DT_DOWNLOADS 111
- #define DT_TIMESCALLED 112
- #define DT_TIMELASTON 113
- #define DT_TIMEUSED 114
- #define DT_TIMELIMIT 115
- #define DT_TIMETOTAL 116
- #define DT_BYTESUPLOAD 117
- #define DT_BYTEDOWNLOAD 118
- #define DT_DAILYBYTELIMIT 119
- #define DT_DAILYBYTEDLD 120
- #define DT_EXPERT 121
- #define DT_LINELENGTH 122
- #define ACTIVE_NODES 123
- #define DT_DUMP 124
- #define DT_TIMEOUT 125
- #define BB_CONFNAME 126
- #define BB_CONFLOCAL 127
- #define BB_LOCAL 128
- #define BB_STATUS 129
- #define BB_COMMAND 130
- #define BB_MAINLINE 131
- #define NB_SAVE 132
- #define DT_USERLOAD 133
- #define BB_CONFIG 134
- #define USERACCESS 135
- #define ZMODEMSEND 137
- #define ZMODEMRECEIVE 138
- #define SCREEN_ADDRESS 139
- #define READIT 1
- #define WRITEIT 0
- struct JHMessage
- {
- struct Message Msg;
- char String[200];
- int Data;
- int Command;
- int NodeID;
- int LineNum;
- };
-